home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / ML_Class_1990_Venom.d64 / source 2.0 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  464b  |  34 lines

  1. 100 * = $1000
  2. 110 sei
  3. 120 lda #$7f
  4. 130 sta $dc0d
  5. 140 lda #$01
  6. 150 sta $d01a
  7. 160 lda #$1b
  8. 170 sta $d011
  9. 180 lda <irq
  10. 190 sta $0314
  11. 200 lda >irq
  12. 210 sta $0315
  13. 220 cli
  14. 230 rts
  15. 240 irq inc $d019
  16. 250 ldx #$00
  17. 260 loop lda color,x
  18. 270 sta $d020
  19. 280 sta $d021
  20. 290 ldy #$08
  21. 300 loop2 dey
  22. 310 cpy #$00
  23. 320 bne loop2
  24. 330 inx
  25. 340 cpx #$08
  26. 350 bne loop
  27. 360 lda #$00
  28. 370 sta $d020
  29. 380 sta $d021
  30. 390 lda #$80
  31. 400 sta $d012
  32. 410 jmp $ea31
  33. 420 color :b 06,0e,03,01,01,03,0e,06
  34.